.vtex-input__prefix .vtex-address-form-3-x-dropdown,
.vtex-input__suffix .vtex-address-form-3-x-dropdown {
  height: 100%;
}

.vtex-input__prefix .vtex-address-form-3-x-dropdown {
  margin-left: -1rem;
}

.vtex-input__suffix .vtex-address-form-3-x-dropdown {
  margin-right: -1rem;
}

.vtex-input__prefix .vtex-address-form-3-x-container,
.vtex-input__suffix .vtex-address-form-3-x-container {
  height: 100%;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
}

.vtex-input__prefix .vtex-address-form-3-x-container {
  border-left: none;
}

.vtex-input__suffix .vtex-address-form-3-x-container {
  border-right: none;
}

/* handle to select a styleguide input */
.vtex-address-form-3-x-input {}

/* removes edge clear button on input */
.vtex-address-form-3-x-hideDecorators::-ms-clear {
  display: none;
}

.vtex-address-form-3-x-noAppearance {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* placeholders are using c-muted-1's value */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979899;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #979899;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #979899;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #979899;
}

